github.com/refraction-networking/utls.serverHelloMsg.cipherSuite (field)
12 uses
github.com/refraction-networking/utls (current package)
handshake_client.go#L666: if hs.suite = mutualCipherSuite(hs.hello.cipherSuites, hs.serverHello.cipherSuite); hs.suite == nil {
handshake_client_tls13.go#L221: selectedSuite := mutualCipherSuiteTLS13(hs.hello.cipherSuites, hs.serverHello.cipherSuite)
handshake_messages.go#L755: cipherSuite uint16
handshake_messages.go#L893: b.AddUint16(m.cipherSuite)
handshake_messages.go#L913: !s.ReadUint16(&m.cipherSuite) ||
handshake_server.go#L552: hs.hello.cipherSuite = hs.suite.id
handshake_server.go#L590: hs.hello.cipherSuite = hs.suite.id
handshake_server_tls13.go#L197: hs.hello.cipherSuite = hs.suite.id
handshake_server_tls13.go#L563: cipherSuite: hs.hello.cipherSuite,
u_public.go#L304: cipherSuite: shm.CipherSuite,
u_public.go#L334: CipherSuite: shm.cipherSuite,
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |